From: Vasudev Kamath Date: Sat, 24 Feb 2018 07:19:49 +0000 (+0530) Subject: Make sure we take filter and unsuspiciaus texts from debian folder X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~93 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a1406c4dd5f0fc7e4c280e96bcd604b037adb3ec;p=cargo.git Make sure we take filter and unsuspiciaus texts from debian folder This was added because these files will be present under .git/dgit/unpack if we use dgit to push source. --- diff --git a/debian/make_orig_multi.sh b/debian/make_orig_multi.sh index aff3b3341..413ed8595 100755 --- a/debian/make_orig_multi.sh +++ b/debian/make_orig_multi.sh @@ -24,8 +24,8 @@ if [ -z "$1" ] fi; BOOTSTRAP_PY=$(find "${PWD}" -name bootstrap.py -type f) -VENDOR_FILTER=$(find "${PWD}" -name vendor-tarball-filter.txt -type f) -VENDOR_SUS_WHITELIST=$(find "${PWD}" -name vendor-tarball-unsuspicious.txt -type f) +VENDOR_FILTER=$(find "${PWD}/debian" -name vendor-tarball-filter.txt -type f) +VENDOR_SUS_WHITELIST=$(find "${PWD}/debian" -name vendor-tarball-unsuspicious.txt -type f) # Download cargo tarball uscan --rename ${USCAN_ARGS} --force-download --destdir "${TMPDIR}/"